home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / text0308.txt < prev    next >
Encoding:
Text File  |  1997-06-01  |  1.3 KB  |  33 lines

  1. > >Say for a horizontal scrolling system. Using offset to move along
  2. > >and then every 16 or 32 pixels, it copys the screen across to the
  3. > >left, draws the side, resets the screen offset and continues.
  4. >    Okay, you realize this is never going to be very fast. Transfering
  5. >    such a huge block of ChipRAM via the blitter is a BIG bottleneck...
  6.  
  7. How would you recommend then?
  8. (It's actually 8 way scroller I'm talking about, just the example was 
  9. horizontal)
  10.   
  11. >    and the MAIN culprit which most people overlook...
  12. >    Auto View Off
  13.  
  14. Hmmm. I tried this also. It didn't seem to work, but I'll check again. 
  15.  
  16. -Murray
  17.  
  18.  
  19.            \\|//     Alastair Murray
  20.            (o o)       pmymagm@pmn1.maths.nott.ac.uk
  21. |~~~~~~oOOo~(_)~oOOo~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
  22. |         AMINET         |Web-Page (Amiga/Games/AMOS/trek/Music/    |
  23. |     game/role/CHAOS    |                  +more)                  |
  24. |game/jump/Banana Islands|     http://www.cs.nott.ac.uk/~agm/       |
  25. |   game/shoot/Hanger18  |Current Projects: >Chaos 2                |
  26. |    dev/amos/keystate   | >Kill Em All     >Hanger 18 II           |
  27. |    dev/amos/picpack    | >Skool Daze      >The Crow               |
  28. |                        | >Game Creator    >Banana Islands         |
  29. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30.  
  31.